os.File.checkValid (method)
21 uses
os (current package)
file.go#L141: if err := f.checkValid("read"); err != nil {
file.go#L153: if err := f.checkValid("read"); err != nil {
file.go#L176: if err := f.checkValid("write"); err != nil {
file.go#L212: if err := f.checkValid("write"); err != nil {
file.go#L240: if err := f.checkValid("write"); err != nil {
file.go#L266: if err := f.checkValid("read"); err != nil {
file.go#L304: if err := f.checkValid("seek"); err != nil {
file.go#L699: if err := f.checkValid("SyscallConn"); err != nil {
file_posix.go#L90: if err := f.checkValid("chmod"); err != nil {
file_posix.go#L138: if err := f.checkValid("chown"); err != nil {
file_posix.go#L151: if err := f.checkValid("truncate"); err != nil {
file_posix.go#L164: if err := f.checkValid("sync"); err != nil {
file_posix.go#L206: if err := f.checkValid("chdir"); err != nil {
file_posix.go#L223: if err := f.checkValid("SetDeadline"); err != nil {
file_posix.go#L231: if err := f.checkValid("SetReadDeadline"); err != nil {
file_posix.go#L239: if err := f.checkValid("SetWriteDeadline"); err != nil {
file_posix.go#L247: func (f *File) checkValid(op string) error {
rawconn.go#L19: if err := c.file.checkValid("SyscallConn.Control"); err != nil {
rawconn.go#L28: if err := c.file.checkValid("SyscallConn.Read"); err != nil {
rawconn.go#L37: if err := c.file.checkValid("SyscallConn.Write"); err != nil {
zero_copy_linux.go#L108: if src.checkValid("ReadFrom") != nil {
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |